#0B454A

Color #0B454A Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0B454A

Tints of Cyprus #0B454A

Color information

#0B454A (or 0x0B454A) is unknown color: approx Cyprus. HEX triplet: 0B, 45 and 4A. RGB value is (11,69,74). Sum of RGB (Red+Green+Blue) = 11+69+74=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B454A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B454A is #F4BAB5. Grayscale: #343434. Windows color (decimal): -16038582 or 4867339. OLE color: 4867339.

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

Color convert

RGB116974-
CMYK0.850.0700.71
HSL184.76º74.12%16.67%-
HSV(B)184.76º85.14%29.02%-
XYZ3.54.827.22-
YUV52.23140.2898.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 74 (29.30% from 255) = 48.05%
R=7.14%
G=44.81%
B=48.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1169740.850.0700.71184.7674.1216.67
HexB454A557047b94a11
Octal131051121257010727111221
Binary10111000101100101010101011110100011110111001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,69,74); }

 H1.HeaderClassName
 {
   color: #0B454A;
 }
 .AnyTagClassName
 {
   color: #0B454A;
 }
</style>
background-color css

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

 a { background-color: rgb(11,69,74); }

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

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

 span { border-color: rgb(11,69,74); }

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