Html Css Color HEX #002367 Sapphire

📋 copy color: '#002367'

red 0 ◦ green 35 ◦ blue 103

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

Shades of Sapphire #002367

Tints of Sapphire #002367

RGB

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

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

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

R = 0%
G = 25.36%
B = 74.64%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002367 (or 0x002367) is known color: Sapphire. HEX triplet: 00, 23 and 67. RGB value is (0,35,103). Sum of RGB (Red+Green+Blue) = 0+35+103=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 103 (40.62% from 255 or 74.64% from 138); Max value from RGB is 103 - color contains mainly: blue. Hex color #002367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002367 is #FFDC98. Grayscale: #1F1F1F. Windows color (decimal): -16768153 or 6759168. OLE color: 6759168.

HSL color Cylindrical-coordinate representation of color #002367: hue angle of 219.61º 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 #002367 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 35 103 -
CMYK 1 0.66 0 0.60
HSL 219.61º 1% 0.2% -
HSV(B) 219.61º 1% 0.4% -
XYZ 3.05 2.18 13.09 -
YUV 32.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 0 35 103 1 0.66 0 0.60 219.61 1 0.2
Hex 0 23 67 64 42 0 3C DC 64 14
Octal 0 43 147 144 102 0 74 334 144 24
Binary 0 100011 1100111 1100100 1000010 0 111100 11011100 1100100 10100

Color Harmonies of #002367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002367

Black with #002367

Text Example


Text Example

White with #002367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002367; }

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

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

background-color css

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

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

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

border-color css

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

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

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