Html Css Color HEX #062465 Sapphire

📋 copy color: '#062465'

red 6 ◦ green 36 ◦ blue 101

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

Shades of Sapphire #062465

Tints of Sapphire #062465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

 BLUE value IS 101 (39.84% from 255) = 70.63%

R = 4.2%
G = 25.17%
B = 70.63%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#062465 (or 0x062465) is known color: Sapphire. HEX triplet: 06, 24 and 65. RGB value is (6,36,101). Sum of RGB (Red+Green+Blue) = 6+36+101=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #062465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062465 is #F9DB9A. Grayscale: #222222. Windows color (decimal): -16374683 or 6628358. OLE color: 6628358.

HSL color Cylindrical-coordinate representation of color #062465: hue angle of 221.05º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062465 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 36 101 -
CMYK 0.94 0.64 0 0.60
HSL 221.05º 0.89% 0.21% -
HSV(B) 221.05º 0.94% 0.4% -
XYZ 3.05 2.24 12.58 -
YUV 34.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 6 36 101 0.94 0.64 0 0.60 221.05 0.89 0.21
Hex 6 24 65 5E 40 0 3C DD 59 15
Octal 6 44 145 136 100 0 74 335 131 25
Binary 110 100100 1100101 1011110 1000000 0 111100 11011101 1011001 10101

Color Harmonies of #062465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062465

Black with #062465

Text Example


Text Example

White with #062465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062465; }

 p { color: rgb(6,36,101); }

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

background-color css

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

 a { background-color: rgb(6,36,101); }

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

border-color css

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

 span { border-color: rgb(6,36,101); }

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