Html Css Color HEX #022467 Sapphire

📋 copy color: '#022467'

red 2 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #022467

Tints of Sapphire #022467

RGB

 RED value IS 2 (1.17% from 255) = 1.42%

 GREEN value IS 36 (14.45% from 255) = 25.53%

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

R = 1.42%
G = 25.53%
B = 73.05%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#022467 (or 0x022467) is known color: Sapphire. HEX triplet: 02, 24 and 67. RGB value is (2,36,103). Sum of RGB (Red+Green+Blue) = 2+36+103=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 36 (14.45% from 255 or 25.53% 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 #022467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022467 is #FDDB98. Grayscale: #212121. Windows color (decimal): -16636825 or 6759426. OLE color: 6759426.

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

Color convert

RGB 2 36 103 -
CMYK 0.98 0.65 0 0.60
HSL 219.8º 0.96% 0.21% -
HSV(B) 219.8º 0.98% 0.4% -
XYZ 3.1 2.25 13.1 -
YUV 33.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 2 36 103 0.98 0.65 0 0.60 219.8 0.96 0.21
Hex 2 24 67 62 41 0 3C DC 60 15
Octal 2 44 147 142 101 0 74 334 140 25
Binary 10 100100 1100111 1100010 1000001 0 111100 11011100 1100000 10101

Color Harmonies of #022467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022467

Black with #022467

Text Example


Text Example

White with #022467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022467; }

 p { color: rgb(2,36,103); }

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

background-color css

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

 a { background-color: rgb(2,36,103); }

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

border-color css

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

 span { border-color: rgb(2,36,103); }

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