Html Css Color HEX #02234C Sapphire

📋 copy color: '#02234C'

red 2 ◦ green 35 ◦ blue 76

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

Shades of Sapphire #02234C

Tints of Sapphire #02234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

 BLUE value IS 76 (30.08% from 255) = 67.26%

R = 1.77%
G = 30.97%
B = 67.26%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02234C (or 0x02234C) is known color: Sapphire. HEX triplet: 02, 23 and 4C. RGB value is (2,35,76). Sum of RGB (Red+Green+Blue) = 2+35+76=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #02234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02234C is #FDDCB3. Grayscale: #1D1D1D. Windows color (decimal): -16637108 or 4989698. OLE color: 4989698.

HSL color Cylindrical-coordinate representation of color #02234C: hue angle of 213.24º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02234C is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 35 76 -
CMYK 0.97 0.54 0 0.70
HSL 213.24º 0.95% 0.15% -
HSV(B) 213.24º 0.97% 0.3% -
XYZ 1.93 1.74 7.07 -
YUV 29.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 2 35 76 0.97 0.54 0 0.70 213.24 0.95 0.15
Hex 2 23 4C 61 36 0 46 D5 5F F
Octal 2 43 114 141 66 0 106 325 137 17
Binary 10 100011 1001100 1100001 110110 0 1000110 11010101 1011111 1111

Color Harmonies of #02234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02234C

Black with #02234C

Text Example


Text Example

White with #02234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,35,76); }

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

background-color css

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

 a { background-color: rgb(2,35,76); }

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

border-color css

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

 span { border-color: rgb(2,35,76); }

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