Html Css Color HEX #02275B Sapphire

📋 copy color: '#02275B'

red 2 ◦ green 39 ◦ blue 91

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

Shades of Sapphire #02275B

Tints of Sapphire #02275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.55%

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 1.52%
G = 29.55%
B = 68.94%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02275B (or 0x02275B) is known color: Sapphire. HEX triplet: 02, 27 and 5B. RGB value is (2,39,91). Sum of RGB (Red+Green+Blue) = 2+39+91=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #02275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02275B is #FDD8A4. Grayscale: #212121. Windows color (decimal): -16636069 or 5973762. OLE color: 5973762.

HSL color Cylindrical-coordinate representation of color #02275B: hue angle of 215.06º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02275B is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 39 91 -
CMYK 0.98 0.57 0 0.64
HSL 215.06º 0.96% 0.18% -
HSV(B) 215.06º 0.98% 0.36% -
XYZ 2.64 2.22 10.19 -
YUV 33.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 2 39 91 0.98 0.57 0 0.64 215.06 0.96 0.18
Hex 2 27 5B 62 39 0 40 D7 60 12
Octal 2 47 133 142 71 0 100 327 140 22
Binary 10 100111 1011011 1100010 111001 0 1000000 11010111 1100000 10010

Color Harmonies of #02275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02275B

Black with #02275B

Text Example


Text Example

White with #02275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02275B; }

 p { color: rgb(2,39,91); }

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

background-color css

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

 a { background-color: rgb(2,39,91); }

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

border-color css

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

 span { border-color: rgb(2,39,91); }

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