Html Css Color HEX #002B74 Sapphire

📋 copy color: '#002B74'

red 0 ◦ green 43 ◦ blue 116

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

Shades of Sapphire #002B74

Tints of Sapphire #002B74

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 116 (45.7% from 255) = 72.96%

R = 0%
G = 27.04%
B = 72.96%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#002B74 (or 0x002B74) is known color: Sapphire. HEX triplet: 00, 2B and 74. RGB value is (0,43,116). Sum of RGB (Red+Green+Blue) = 0+43+116=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #002B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B74 is #FFD48B. Grayscale: #262626. Windows color (decimal): -16766092 or 7613184. OLE color: 7613184.

HSL color Cylindrical-coordinate representation of color #002B74: hue angle of 217.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B74 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 43 116 -
CMYK 1 0.63 0 0.55
HSL 217.76º 1% 0.23% -
HSV(B) 217.76º 1% 0.45% -
XYZ 4.02 2.99 16.89 -
YUV 38.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 0 43 116 1 0.63 0 0.55 217.76 1 0.23
Hex 0 2B 74 64 3F 0 37 DA 64 17
Octal 0 53 164 144 77 0 67 332 144 27
Binary 0 101011 1110100 1100100 111111 0 110111 11011010 1100100 10111

Color Harmonies of #002B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B74

Black with #002B74

Text Example


Text Example

White with #002B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002B74; }

 p { color: rgb(0,43,116); }

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

background-color css

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

 a { background-color: rgb(0,43,116); }

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

border-color css

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

 span { border-color: rgb(0,43,116); }

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