Html Css Color HEX #021867 Sapphire

📋 copy color: '#021867'

red 2 ◦ green 24 ◦ blue 103

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

Shades of Sapphire #021867

Tints of Sapphire #021867

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 1.55%
G = 18.6%
B = 79.84%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#021867 (or 0x021867) is known color: Sapphire. HEX triplet: 02, 18 and 67. RGB value is (2,24,103). Sum of RGB (Red+Green+Blue) = 2+24+103=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 103 (40.62% from 255 or 79.84% from 129); Max value from RGB is 103 - color contains mainly: blue. Hex color #021867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021867 is #FDE798. Grayscale: #1A1A1A. Windows color (decimal): -16639897 or 6756354. OLE color: 6756354.

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

Color convert

RGB 2 24 103 -
CMYK 0.98 0.77 0 0.60
HSL 226.93º 0.96% 0.21% -
HSV(B) 226.93º 0.98% 0.4% -
XYZ 2.8 1.65 13 -
YUV 26.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 2 24 103 0.98 0.77 0 0.60 226.93 0.96 0.21
Hex 2 18 67 62 4D 0 3C E3 60 15
Octal 2 30 147 142 115 0 74 343 140 25
Binary 10 11000 1100111 1100010 1001101 0 111100 11100011 1100000 10101

Color Harmonies of #021867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021867

Black with #021867

Text Example


Text Example

White with #021867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021867; }

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

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

background-color css

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

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

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

border-color css

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

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

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