Html Css Color HEX #0574BB Cerulean

📋 copy color: '#0574BB'

red 5 ◦ green 116 ◦ blue 187

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

Shades of Cerulean #0574BB

Tints of Cerulean #0574BB

RGB

 RED value IS 5 (2.34% from 255) = 1.62%

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

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

R = 1.62%
G = 37.66%
B = 60.71%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0574BB (or 0x0574BB) is known color: Cerulean. HEX triplet: 05, 74 and BB. RGB value is (5,116,187). Sum of RGB (Red+Green+Blue) = 5+116+187=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #0574BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0574BB is #FA8B44. Grayscale: #5A5A5A. Windows color (decimal): -16419653 or 12284933. OLE color: 12284933.

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

Color convert

RGB 5 116 187 -
CMYK 0.97 0.38 0 0.27
HSL 203.41º 0.95% 0.38% -
HSV(B) 203.41º 0.97% 0.73% -
XYZ 15.28 16.11 49.32 -
YUV 90.91 182.23 66.73 -
System Red Green Blue C M Y K H S L
Decimal 5 116 187 0.97 0.38 0 0.27 203.41 0.95 0.38
Hex 5 74 BB 61 26 0 1B CB 5F 26
Octal 5 164 273 141 46 0 33 313 137 46
Binary 101 1110100 10111011 1100001 100110 0 11011 11001011 1011111 100110

Color Harmonies of #0574BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0574BB

Black with #0574BB

Text Example


Text Example

White with #0574BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0574BB;
 }
 .AnyTagClassName
 {
   color: #0574BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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