Html Css Color HEX #062B7D Sapphire

📋 copy color: '#062B7D'

red 6 ◦ green 43 ◦ blue 125

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

Shades of Sapphire #062B7D

Tints of Sapphire #062B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.71%

 BLUE value IS 125 (49.22% from 255) = 71.84%

R = 3.45%
G = 24.71%
B = 71.84%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#062B7D (or 0x062B7D) is known color: Sapphire. HEX triplet: 06, 2B and 7D. RGB value is (6,43,125). Sum of RGB (Red+Green+Blue) = 6+43+125=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 125 (49.22% from 255 or 71.84% from 174); Max value from RGB is 125 - color contains mainly: blue. Hex color #062B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B7D is #F9D482. Grayscale: #282828. Windows color (decimal): -16372867 or 8203014. OLE color: 8203014.

HSL color Cylindrical-coordinate representation of color #062B7D: hue angle of 221.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062B7D is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 43 125 -
CMYK 0.95 0.66 0 0.51
HSL 221.34º 0.91% 0.26% -
HSV(B) 221.34º 0.95% 0.49% -
XYZ 4.64 3.25 19.78 -
YUV 41.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 6 43 125 0.95 0.66 0 0.51 221.34 0.91 0.26
Hex 6 2B 7D 5F 42 0 33 DD 5B 1A
Octal 6 53 175 137 102 0 63 335 133 32
Binary 110 101011 1111101 1011111 1000010 0 110011 11011101 1011011 11010

Color Harmonies of #062B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062B7D

Black with #062B7D

Text Example


Text Example

White with #062B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062B7D; }

 p { color: rgb(6,43,125); }

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

background-color css

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

 a { background-color: rgb(6,43,125); }

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

border-color css

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

 span { border-color: rgb(6,43,125); }

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