Html Css Color HEX #02256C Sapphire

📋 copy color: '#02256C'

red 2 ◦ green 37 ◦ blue 108

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

Shades of Sapphire #02256C

Tints of Sapphire #02256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.17%

 BLUE value IS 108 (42.58% from 255) = 73.47%

R = 1.36%
G = 25.17%
B = 73.47%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02256C (or 0x02256C) is known color: Sapphire. HEX triplet: 02, 25 and 6C. RGB value is (2,37,108). Sum of RGB (Red+Green+Blue) = 2+37+108=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #02256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02256C is #FDDA93. Grayscale: #222222. Windows color (decimal): -16636564 or 7087362. OLE color: 7087362.

HSL color Cylindrical-coordinate representation of color #02256C: hue angle of 220.19º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02256C is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 37 108 -
CMYK 0.98 0.66 0 0.58
HSL 220.19º 0.96% 0.22% -
HSV(B) 220.19º 0.98% 0.42% -
XYZ 3.39 2.42 14.48 -
YUV 34.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 2 37 108 0.98 0.66 0 0.58 220.19 0.96 0.22
Hex 2 25 6C 62 42 0 3A DC 60 16
Octal 2 45 154 142 102 0 72 334 140 26
Binary 10 100101 1101100 1100010 1000010 0 111010 11011100 1100000 10110

Color Harmonies of #02256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02256C

Black with #02256C

Text Example


Text Example

White with #02256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02256C; }

 p { color: rgb(2,37,108); }

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

background-color css

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

 a { background-color: rgb(2,37,108); }

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

border-color css

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

 span { border-color: rgb(2,37,108); }

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