Html Css Color HEX #0B413D Cyprus

📋 copy color: '#0B413D'

red 11 ◦ green 65 ◦ blue 61

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

Shades of Cyprus #0B413D

Tints of Cyprus #0B413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 8.03%
G = 47.45%
B = 44.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#0B413D (or 0x0B413D) is known color: Cyprus. HEX triplet: 0B, 41 and 3D. RGB value is (11,65,61). Sum of RGB (Red+Green+Blue) = 11+65+61=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #0B413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B413D is #F4BEC2. Grayscale: #303030. Windows color (decimal): -16039619 or 4014347. OLE color: 4014347.

HSL color Cylindrical-coordinate representation of color #0B413D: hue angle of 175.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B413D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 65 61 -
CMYK 0.83 0 0.06 0.75
HSL 175.56º 0.71% 0.15% -
HSV(B) 175.56º 0.83% 0.25% -
XYZ 2.87 4.19 5.07 -
YUV 48.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 11 65 61 0.83 0 0.06 0.75 175.56 0.71 0.15
Hex B 41 3D 53 0 6 4B B0 47 F
Octal 13 101 75 123 0 6 113 260 107 17
Binary 1011 1000001 111101 1010011 0 110 1001011 10110000 1000111 1111

Color Harmonies of #0B413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B413D

Black with #0B413D

Text Example


Text Example

White with #0B413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,65,61); }

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

background-color css

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

 a { background-color: rgb(11,65,61); }

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

border-color css

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

 span { border-color: rgb(11,65,61); }

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