Html Css Color HEX #002667 Sapphire

📋 copy color: '#002667'

red 0 ◦ green 38 ◦ blue 103

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

Shades of Sapphire #002667

Tints of Sapphire #002667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

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

R = 0%
G = 26.95%
B = 73.05%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#002667 (or 0x002667) is known color: Sapphire. HEX triplet: 00, 26 and 67. RGB value is (0,38,103). Sum of RGB (Red+Green+Blue) = 0+38+103=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #002667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002667 is #FFD998. Grayscale: #212121. Windows color (decimal): -16767385 or 6759936. OLE color: 6759936.

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

Color convert

RGB 0 38 103 -
CMYK 1 0.63 0 0.60
HSL 217.86º 1% 0.2% -
HSV(B) 217.86º 1% 0.4% -
XYZ 3.14 2.37 13.12 -
YUV 34.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 0 38 103 1 0.63 0 0.60 217.86 1 0.2
Hex 0 26 67 64 3F 0 3C DA 64 14
Octal 0 46 147 144 77 0 74 332 144 24
Binary 0 100110 1100111 1100100 111111 0 111100 11011010 1100100 10100

Color Harmonies of #002667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002667

Black with #002667

Text Example


Text Example

White with #002667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002667; }

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

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

background-color css

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

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

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

border-color css

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

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

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