Html Css Color HEX #06224B Sapphire

📋 copy color: '#06224B'

red 6 ◦ green 34 ◦ blue 75

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

Shades of Sapphire #06224B

Tints of Sapphire #06224B

RGB

 RED value IS 6 (2.73% from 255) = 5.22%

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

 BLUE value IS 75 (29.69% from 255) = 65.22%

R = 5.22%
G = 29.57%
B = 65.22%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06224B (or 0x06224B) is known color: Sapphire. HEX triplet: 06, 22 and 4B. RGB value is (6,34,75). Sum of RGB (Red+Green+Blue) = 6+34+75=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #06224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06224B is #F9DDB4. Grayscale: #1E1E1E. Windows color (decimal): -16375221 or 4923910. OLE color: 4923910.

HSL color Cylindrical-coordinate representation of color #06224B: hue angle of 215.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06224B is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 34 75 -
CMYK 0.92 0.55 0 0.71
HSL 215.65º 0.85% 0.16% -
HSV(B) 215.65º 0.92% 0.29% -
XYZ 1.92 1.69 6.88 -
YUV 30.3 153.22 110.67 -
System Red Green Blue C M Y K H S L
Decimal 6 34 75 0.92 0.55 0 0.71 215.65 0.85 0.16
Hex 6 22 4B 5C 37 0 47 D8 55 10
Octal 6 42 113 134 67 0 107 330 125 20
Binary 110 100010 1001011 1011100 110111 0 1000111 11011000 1010101 10000

Color Harmonies of #06224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06224B

Black with #06224B

Text Example


Text Example

White with #06224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,34,75); }

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

background-color css

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

 a { background-color: rgb(6,34,75); }

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

border-color css

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

 span { border-color: rgb(6,34,75); }

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