Html Css Color HEX #0F384D Blue Whale

📋 copy color: '#0F384D'

red 15 ◦ green 56 ◦ blue 77

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

Shades of Blue Whale #0F384D

Tints of Blue Whale #0F384D

RGB

 RED value IS 15 (6.25% from 255) = 10.14%

 GREEN value IS 56 (22.27% from 255) = 37.84%

 BLUE value IS 77 (30.47% from 255) = 52.03%

R = 10.14%
G = 37.84%
B = 52.03%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F384D (or 0x0F384D) is known color: Blue Whale. HEX triplet: 0F, 38 and 4D. RGB value is (15,56,77). Sum of RGB (Red+Green+Blue) = 15+56+77=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F384D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F384D is #F0C7B2. Grayscale: #2E2E2E. Windows color (decimal): -15779763 or 5060623. OLE color: 5060623.

HSL color Cylindrical-coordinate representation of color #0F384D: hue angle of 200.32º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F384D is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 15 56 77 -
CMYK 0.81 0.27 0 0.70
HSL 200.32º 0.67% 0.18% -
HSV(B) 200.32º 0.81% 0.3% -
XYZ 2.95 3.47 7.53 -
YUV 46.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 15 56 77 0.81 0.27 0 0.70 200.32 0.67 0.18
Hex F 38 4D 51 1B 0 46 C8 43 12
Octal 17 70 115 121 33 0 106 310 103 22
Binary 1111 111000 1001101 1010001 11011 0 1000110 11001000 1000011 10010

Color Harmonies of #0F384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F384D

Black with #0F384D

Text Example


Text Example

White with #0F384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,77); }

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

background-color css

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

 a { background-color: rgb(15,56,77); }

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

border-color css

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

 span { border-color: rgb(15,56,77); }

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