Html Css Color HEX #062358 Sapphire

📋 copy color: '#062358'

red 6 ◦ green 35 ◦ blue 88

#062358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #062358

Tints of Sapphire #062358

RGB

 RED value IS 6 (2.73% from 255) = 4.65%

 GREEN value IS 35 (14.06% from 255) = 27.13%

 BLUE value IS 88 (34.77% from 255) = 68.22%

R = 4.65%
G = 27.13%
B = 68.22%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#062358 (or 0x062358) is known color: Sapphire. HEX triplet: 06, 23 and 58. RGB value is (6,35,88). Sum of RGB (Red+Green+Blue) = 6+35+88=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #062358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062358 is #F9DCA7. Grayscale: #202020. Windows color (decimal): -16374952 or 5776134. OLE color: 5776134.

HSL color Cylindrical-coordinate representation of color #062358: hue angle of 218.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062358 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 35 88 -
CMYK 0.93 0.60 0 0.65
HSL 218.78º 0.87% 0.18% -
HSV(B) 218.78º 0.93% 0.35% -
XYZ 2.44 1.95 9.48 -
YUV 32.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 6 35 88 0.93 0.60 0 0.65 218.78 0.87 0.18
Hex 6 23 58 5D 3C 0 41 DB 57 12
Octal 6 43 130 135 74 0 101 333 127 22
Binary 110 100011 1011000 1011101 111100 0 1000001 11011011 1010111 10010

Color Harmonies of #062358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062358

Black with #062358

Text Example


Text Example

White with #062358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062358; }

 p { color: rgb(6,35,88); }

 H1.HeaderClassName
 {
   color: #062358;
 }
 .AnyTagClassName
 {
   color: #062358;
 }
</style>

background-color css

<style>
 a { background-color: #062358; }

 a { background-color: rgb(6,35,88); }

 div.DivClassName
 {
   background-color: #062358;
 }
 .BgClassName
 {
   background-color: #062358;
 }
</style>

border-color css

<style>
 span { border-color: #062358; }

 span { border-color: rgb(6,35,88); }

 td.TdClassName
 {
   border-color: #062358;
 }
 .TagClassName
 {
   border-color: #062358;
 }
</style>