#0074BB

Color #0074BB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0074BB

Tints of Cerulean #0074BB

Color information

#0074BB (or 0x0074BB) is unknown color: approx Cerulean. HEX triplet: 00, 74 and BB. RGB value is (0,116,187). Sum of RGB (Red+Green+Blue) = 0+116+187=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #0074BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0074BB is #FF8B44. Grayscale: #595959. Windows color (decimal): -16747333 or 12284928. OLE color: 12284928.

HSL color Cylindrical-coordinate representation of color #0074BB: hue angle of 202.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0074BB is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0116187-
CMYK10.3800.27
HSL202.78º100%36.67%-
HSV(B)202.78º100%73.33%-
XYZ15.2216.0849.32-
YUV89.41183.0764.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 187 (73.44% from 255) = 61.72%
R=0%
G=38.28%
B=61.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal011618710.3800.27202.7810036.67
Hex074BB642601Bcb6425
Octal01642731444603331314445
Binary01110100101110111100100100110011011110010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0074BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0074BB; }

 p { color: rgb(0,116,187); }

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

<style>
 a { background-color: #0074BB; }

 a { background-color: rgb(0,116,187); }

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

<style>
 span { border-color: #0074BB; }

 span { border-color: rgb(0,116,187); }

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