Html Css Color HEX #02247B Sapphire

📋 copy color: '#02247B'

red 2 ◦ green 36 ◦ blue 123

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

Shades of Sapphire #02247B

Tints of Sapphire #02247B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.36%

 BLUE value IS 123 (48.44% from 255) = 76.4%

R = 1.24%
G = 22.36%
B = 76.4%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02247B (or 0x02247B) is known color: Sapphire. HEX triplet: 02, 24 and 7B. RGB value is (2,36,123). Sum of RGB (Red+Green+Blue) = 2+36+123=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #02247B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02247B is #FDDB84. Grayscale: #232323. Windows color (decimal): -16636805 or 8070146. OLE color: 8070146.

HSL color Cylindrical-coordinate representation of color #02247B: hue angle of 223.14º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02247B is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 36 123 -
CMYK 0.98 0.71 0 0.52
HSL 223.14º 0.97% 0.25% -
HSV(B) 223.14º 0.98% 0.48% -
XYZ 4.23 2.7 19.04 -
YUV 35.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 2 36 123 0.98 0.71 0 0.52 223.14 0.97 0.25
Hex 2 24 7B 62 47 0 34 DF 61 19
Octal 2 44 173 142 107 0 64 337 141 31
Binary 10 100100 1111011 1100010 1000111 0 110100 11011111 1100001 11001

Color Harmonies of #02247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02247B

Black with #02247B

Text Example


Text Example

White with #02247B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,36,123); }

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

background-color css

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

 a { background-color: rgb(2,36,123); }

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

border-color css

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

 span { border-color: rgb(2,36,123); }

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