Html Css Color HEX #02256A Sapphire

📋 copy color: '#02256A'

red 2 ◦ green 37 ◦ blue 106

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

Shades of Sapphire #02256A

Tints of Sapphire #02256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 73.1%

R = 1.38%
G = 25.52%
B = 73.1%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02256A (or 0x02256A) is known color: Sapphire. HEX triplet: 02, 25 and 6A. RGB value is (2,37,106). Sum of RGB (Red+Green+Blue) = 2+37+106=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #02256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02256A is #FDDA95. Grayscale: #222222. Windows color (decimal): -16636566 or 6956290. OLE color: 6956290.

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

Color convert

RGB 2 37 106 -
CMYK 0.98 0.65 0 0.58
HSL 219.81º 0.96% 0.21% -
HSV(B) 219.81º 0.98% 0.42% -
XYZ 3.29 2.38 13.92 -
YUV 34.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 2 37 106 0.98 0.65 0 0.58 219.81 0.96 0.21
Hex 2 25 6A 62 41 0 3A DC 60 15
Octal 2 45 152 142 101 0 72 334 140 25
Binary 10 100101 1101010 1100010 1000001 0 111010 11011100 1100000 10101

Color Harmonies of #02256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02256A

Black with #02256A

Text Example


Text Example

White with #02256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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