Html Css Color HEX #002967 Sapphire

📋 copy color: '#002967'

red 0 ◦ green 41 ◦ blue 103

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

Shades of Sapphire #002967

Tints of Sapphire #002967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

 BLUE value IS 103 (40.63% from 255) = 71.53%

R = 0%
G = 28.47%
B = 71.53%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002967 (or 0x002967) is known color: Sapphire. HEX triplet: 00, 29 and 67. RGB value is (0,41,103). Sum of RGB (Red+Green+Blue) = 0+41+103=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 103 (40.62% from 255 or 71.53% from 144); Max value from RGB is 103 - color contains mainly: blue. Hex color #002967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002967 is #FFD698. Grayscale: #232323. Windows color (decimal): -16766617 or 6760704. OLE color: 6760704.

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

Color convert

RGB 0 41 103 -
CMYK 1 0.60 0 0.60
HSL 216.12º 1% 0.2% -
HSV(B) 216.12º 1% 0.4% -
XYZ 3.24 2.57 13.16 -
YUV 35.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 0 41 103 1 0.60 0 0.60 216.12 1 0.2
Hex 0 29 67 64 3C 0 3C D8 64 14
Octal 0 51 147 144 74 0 74 330 144 24
Binary 0 101001 1100111 1100100 111100 0 111100 11011000 1100100 10100

Color Harmonies of #002967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002967

Black with #002967

Text Example


Text Example

White with #002967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002967; }

 p { color: rgb(0,41,103); }

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

background-color css

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

 a { background-color: rgb(0,41,103); }

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

border-color css

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

 span { border-color: rgb(0,41,103); }

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