Html Css Color HEX #002252 Sapphire

📋 copy color: '#002252'

red 0 ◦ green 34 ◦ blue 82

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

Shades of Sapphire #002252

Tints of Sapphire #002252

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 29.31%

 BLUE value IS 82 (32.42% from 255) = 70.69%

R = 0%
G = 29.31%
B = 70.69%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#002252 (or 0x002252) is known color: Sapphire. HEX triplet: 00, 22 and 52. RGB value is (0,34,82). Sum of RGB (Red+Green+Blue) = 0+34+82=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #002252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002252 is #FFDDAD. Grayscale: #1D1D1D. Windows color (decimal): -16768430 or 5382656. OLE color: 5382656.

HSL color Cylindrical-coordinate representation of color #002252: hue angle of 215.12º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002252 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 34 82 -
CMYK 1 0.59 0 0.68
HSL 215.12º 1% 0.16% -
HSV(B) 215.12º 1% 0.32% -
XYZ 2.1 1.75 8.21 -
YUV 29.31 157.74 107.1 -
System Red Green Blue C M Y K H S L
Decimal 0 34 82 1 0.59 0 0.68 215.12 1 0.16
Hex 0 22 52 64 3B 0 44 D7 64 10
Octal 0 42 122 144 73 0 104 327 144 20
Binary 0 100010 1010010 1100100 111011 0 1000100 11010111 1100100 10000

Color Harmonies of #002252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002252

Black with #002252

Text Example


Text Example

White with #002252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002252; }

 p { color: rgb(0,34,82); }

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

background-color css

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

 a { background-color: rgb(0,34,82); }

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

border-color css

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

 span { border-color: rgb(0,34,82); }

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