Html Css Color HEX #0D224B Sapphire

📋 copy color: '#0D224B'

red 13 ◦ green 34 ◦ blue 75

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

Shades of Sapphire #0D224B

Tints of Sapphire #0D224B

RGB

 RED value IS 13 (5.47% from 255) = 10.66%

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

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

R = 10.66%
G = 27.87%
B = 61.48%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0D224B (or 0x0D224B) is known color: Sapphire. HEX triplet: 0D, 22 and 4B. RGB value is (13,34,75). Sum of RGB (Red+Green+Blue) = 13+34+75=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D224B is #F2DDB4. Grayscale: #202020. Windows color (decimal): -15916469 or 4923917. OLE color: 4923917.

HSL color Cylindrical-coordinate representation of color #0D224B: hue angle of 219.68º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D224B is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 34 75 -
CMYK 0.83 0.55 0 0.71
HSL 219.68º 0.7% 0.17% -
HSV(B) 219.68º 0.83% 0.29% -
XYZ 2.01 1.74 6.89 -
YUV 32.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 13 34 75 0.83 0.55 0 0.71 219.68 0.7 0.17
Hex D 22 4B 53 37 0 47 DC 46 11
Octal 15 42 113 123 67 0 107 334 106 21
Binary 1101 100010 1001011 1010011 110111 0 1000111 11011100 1000110 10001

Color Harmonies of #0D224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D224B

Black with #0D224B

Text Example


Text Example

White with #0D224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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