Html Css Color HEX #02234D Sapphire

📋 copy color: '#02234D'

red 2 ◦ green 35 ◦ blue 77

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

Shades of Sapphire #02234D

Tints of Sapphire #02234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 67.54%

R = 1.75%
G = 30.7%
B = 67.54%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02234D (or 0x02234D) is known color: Sapphire. HEX triplet: 02, 23 and 4D. RGB value is (2,35,77). Sum of RGB (Red+Green+Blue) = 2+35+77=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #02234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02234D is #FDDCB2. Grayscale: #1D1D1D. Windows color (decimal): -16637107 or 5055234. OLE color: 5055234.

HSL color Cylindrical-coordinate representation of color #02234D: hue angle of 213.6º 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 #02234D is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 35 77 -
CMYK 0.97 0.55 0 0.70
HSL 213.6º 0.95% 0.15% -
HSV(B) 213.6º 0.97% 0.3% -
XYZ 1.97 1.75 7.26 -
YUV 29.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 2 35 77 0.97 0.55 0 0.70 213.6 0.95 0.15
Hex 2 23 4D 61 37 0 46 D6 5F F
Octal 2 43 115 141 67 0 106 326 137 17
Binary 10 100011 1001101 1100001 110111 0 1000110 11010110 1011111 1111

Color Harmonies of #02234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02234D

Black with #02234D

Text Example


Text Example

White with #02234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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