Html Css Color HEX #0B473F Cyprus

📋 copy color: '#0B473F'

red 11 ◦ green 71 ◦ blue 63

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

Shades of Cyprus #0B473F

Tints of Cyprus #0B473F

RGB

 RED value IS 11 (4.69% from 255) = 7.59%

 GREEN value IS 71 (28.13% from 255) = 48.97%

 BLUE value IS 63 (25% from 255) = 43.45%

R = 7.59%
G = 48.97%
B = 43.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#0B473F (or 0x0B473F) is known color: Cyprus. HEX triplet: 0B, 47 and 3F. RGB value is (11,71,63). Sum of RGB (Red+Green+Blue) = 11+71+63=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #0B473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B473F is #F4B8C0. Grayscale: #343434. Windows color (decimal): -16038081 or 4146955. OLE color: 4146955.

HSL color Cylindrical-coordinate representation of color #0B473F: hue angle of 172º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B473F is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 11 71 63 -
CMYK 0.85 0 0.11 0.72
HSL 172º 0.73% 0.16% -
HSV(B) 172º 0.85% 0.28% -
XYZ 3.29 4.94 5.48 -
YUV 52.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 11 71 63 0.85 0 0.11 0.72 172 0.73 0.16
Hex B 47 3F 55 0 B 48 AC 49 10
Octal 13 107 77 125 0 13 110 254 111 20
Binary 1011 1000111 111111 1010101 0 1011 1001000 10101100 1001001 10000

Color Harmonies of #0B473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B473F

Black with #0B473F

Text Example


Text Example

White with #0B473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,63); }

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

background-color css

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

 a { background-color: rgb(11,71,63); }

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

border-color css

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

 span { border-color: rgb(11,71,63); }

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