Html Css Color HEX #0074BB Cerulean

📋 copy color: '#0074BB'

red 0 ◦ green 116 ◦ blue 187

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

Shades of Cerulean #0074BB

Tints of Cerulean #0074BB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 116 (45.7% from 255) = 38.28%

 BLUE value IS 187 (73.44% from 255) = 61.72%

R = 0%
G = 38.28%
B = 61.72%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0074BB (or 0x0074BB) is known color: 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

RGB 0 116 187 -
CMYK 1 0.38 0 0.27
HSL 202.78º 1% 0.37% -
HSV(B) 202.78º 1% 0.73% -
XYZ 15.22 16.08 49.32 -
YUV 89.41 183.07 64.23 -
System Red Green Blue C M Y K H S L
Decimal 0 116 187 1 0.38 0 0.27 202.78 1 0.37
Hex 0 74 BB 64 26 0 1B CB 64 25
Octal 0 164 273 144 46 0 33 313 144 45
Binary 0 1110100 10111011 1100100 100110 0 11011 11001011 1100100 100101

Color Harmonies of #0074BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0074BB

Black with #0074BB

Text Example


Text Example

White with #0074BB

Text Example


Text Example

HTML Codes & Css Web 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>